home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 July / Disc 1 / PCU0702CD1.iso / software / apps / files / animfx.exe / #setuppath# / flash.swf / scripts / frame_6 / DoAction.as
Encoding:
Text File  |  2002-05-17  |  941 b   |  39 lines

  1. GlobalSound = new Sound();
  2. globalsound.setVolume(vol);
  3. if(url == "")
  4. {
  5.    setProperty("_root.geturlmovie", _visible, false);
  6. }
  7. else
  8. {
  9.    _root.geturlmovie.url = url;
  10. }
  11. delayall = line1.length * (line1.length / 20 + 0.5);
  12. _root.effectholder600.delayall = line1.length * (line1.length / 20 + 0.5);
  13. i = 1;
  14. kerningbasis = 19;
  15. setProperty("letter", _visible, false);
  16. xposstart = parseFloat(x1);
  17. yposstart = parseFloat(y1);
  18. yy = parseFloat(y);
  19. setProperty("background", _yscale, yy);
  20. hexV = parseInt(colorbackground);
  21. myColor = new Color(background);
  22. myColor.setRGB(hexV);
  23. xscaletext = parseFloat(xscaletext);
  24. setProperty("letter", _xscale, xscaletext);
  25. yscaletext = parseFloat(yscaletext);
  26. setProperty("_root.letter", _yscale, yscaletext);
  27. hexV = parseInt(colortext);
  28. myColor = new Color(letter);
  29. myColor.setRGB(hexV);
  30. if(l == loop)
  31. {
  32.    if(loop == 0)
  33.    {
  34.    }
  35.    gotoAndPlay(37);
  36. }
  37. playsound = "";
  38. l += 1;
  39.